.category-left{
    padding: 15px;
}

.category-left-title {
    height:40px;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 10px;
}


.category-left-list {
    line-height: 30px;
}

.category-left-list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}



.cate{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 1200px;
    margin:0px auto;
    margin-top:13px;
    border-radius: 15px;
    /* padding: 20px; */
    /* box-shadow: 1px 2px 7px 3px #ccc; */
}

.cate .cate-list{
    padding: 8px;
    
    /* margin-left: 7px; */
}

.cate .cate-list a{
    padding: 8px;
    border-radius: 8px;
    /* margin-left: 8px; */
}

.actived{
    background: #47cdff;
    color:#fff !important;
}

.cate .cate-list a:hover{
    background: #47cdff;
    color:#fff
}


.product-list{
    clear:both;
    margin-top:25px;
    /*padding: 20px;*/
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*justify-content: space-between;*/
}
.product-list img{
    width: 260px;
}

.productbox {
    width: 260px;
    margin-right:6px;
    margin-bottom:10px;
    text-align: center;
    line-height: 32px;
}

.productbox img {
    width: 250px;
    height: 250px;
    border:1px solid #eee;
    border-radius: 10px;
}

.product-list::after{
    content: '';
    flex: auto;
}


.small_category {
}


.small_category ul {

}
.small_category ul li{
    border: 1px solid #eee;
    float:left;
    margin-right: 15px;
    margin-bottom: 15px;
    width:80px;
    height:100px;
    text-align: center;
}
.small_category ul li img{
    width: 75px;
    height:75px;
}





.page{
    width: 500px;
    margin: 0px auto;
    margin-top:25px;
    margin-bottom:35px;
}

.page-item.active .page-link{
    background: #47cdff;
    border: 1px solid #47cdff;
}